Welcome![Sign In][Sign Up]
Location:
Search - http java

Search list

[Internet-Networkjava-testnet

Description: java实现代PC机和以太网转串口设备通讯例子,可以用来测试以太网转串口设备的数据收发情况。 在applet目录下为在java applet中如何和模块通讯的例子,在使用时得首先把index.htm和test.jar下载到模块中,然后在ie中输入http://模块IP地址/index.htm来访问。(目前只有ZNET-200T支持此下载功能) -PC and Ethernet to serial communications equipment example, can be used to test Ethernet switch serial data transceiver situation. The applet directory for the java applet and how communications module example, when used in the first place index.htm and test.jar downloaded to the module, then the input ie http:// module IP address/index.htm to visit. (Currently only ZNET- 200T supports download)
Platform: | Size: 10240 | Author: 东子 | Hits:

[JSP/JavaJava-sort

Description: Java各种排序算法代码,转载自-JAVA爱好者:http://www.javafan.net-Java various sorting algorithm code, reprinted from-JAVA lovers : http :// www.javafan.net
Platform: | Size: 11264 | Author: 阿木 | Hits:

[J2MEHttpWrapper

Description: 优秀方便使用的J2ME HTTP包装类, LOG可以输出到RMS, 进行真机调试.-outstanding ease of use J2ME HTTP packaging categories, LOG can export to the RMS, Debugging for real machine.
Platform: | Size: 12288 | Author: shen | Hits:

[JSP/JavaJava2Web

Description: 用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and Web servers establish a connection. 2. Request : Web browser through the socket to the Web server submits the request. 3. Response : Web browser after the request, transmitted to the Web HTTP server. Web server upon request, conduct of business, and the results passed back to the traditional HTTP Web browser, so the Web browser will display the requested page. 4. Relations link : When respondents end, Web browser and Web server to be disconnected, to ensure that other Web browsers and Web servers to establish a connection.
Platform: | Size: 7168 | Author: LIYIN | Hits:

[WEB Codehttpsrv1.33

Description: 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为"http://website/cgi.exe?+传递的参数", 注意带上"?",如需传递多个参数,中间用"+"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JAVA); 在进行适当的配置之后,也可以作为服务器端程序运行以输出动态页面。-this program is a web server, and.NET operating environment. HTTP/1.1 realized part, it supports GET and HEAD orders HTTP supports multithreading and download the Windows NT/2000/XP environment, EXE format can run the CGI program, URL format for the "http :// website/cgi.exe transmission parameters, "bring attention", "For a number of transmission parameters, intermediate "with" the separation; If you have other scripts interpretation of the procedures, or an independent operating environment (such as ASP, PHP, Java); conducting the appropriate configuration, can be used as the server operating procedures for export dynamic pages.
Platform: | Size: 33792 | Author: 校风 | Hits:

[TCP/IP stackjava-http2socks

Description: java实现的socket转http的小工具-java to achieve the socket http small tools
Platform: | Size: 210944 | Author: 让让 | Hits:

[Other Gamesjavamail-1_3_3_01

Description: This release includes versions of the JavaMail API implementation, IMAP,MTP, and POP3 service providers, some examples, and documentation for the JavaMail API. Please see the FAQ at http://java.sun.com/products/javamail/FAQ.html-This release includes versions of the Java Mail API implementation, IMAP, MTP. POP3 and service providers, some examples. and documentation for the JavaMail API. Please see the FAQ at http :// java.sun.com/products/javamail/FAQ.htm l
Platform: | Size: 2387968 | Author: lyva1982 | Hits:

[JSP/Javajava-download

Description: 简单的下载工具,GUI界面,能同时下载多个文件,并报告下载的字节数、下载完成的百分比进度和下载状态。支持断点续传,能暂停、恢复、取消下载任务。 此源码共有四个文件:Download.java,DownloadManager.java,DownloadsTableModel.java,ProgressRenderer.java。 启动程序的方法: C:\ja>javac *.java C:\ja>java DownloadManager -simple download tools, GUI interface, can simultaneously download multiple files, and report the number of bytes downloaded, Download the complete progress and download percentage of the state. HTTP support, could be suspended, recovery, the abolition of the download tasks. A total of four such source documents : Download.java. DownloadManager.java. DownloadsTableModel.java. ProgressRenderer.java. Commencement of proceedings : C : \ ja
Platform: | Size: 6144 | Author: 宾斌 | Hits:

[Web Serverwebserver0_2

Description: 不到200行的WWW服务器java版 多线程的,几个IE同时请求应该没问题 内附说明,对学习JAVA多线程及 HTTP协议很有帮助-200 less than the WWW server java version of multithreading, Several IE with the request should be no problem to the accompanying literature, to learn Java Multithreading and HTTP protocol helpful
Platform: | Size: 10240 | Author: tary | Hits:

[JSP/Javachapter4

Description: JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试,如果看到如图6-2所示的画面,则证明安装成功。 -JAVA project development practice- Web Example: JSP online shopping system to achieve the first step: The cart.jsp copied to C: Apache Tomcat 4.0webappsROOT under. Step two: the cart directory (contains the*. class files and*. java files) are copied to C: Apache Tomcat 4.0commonclasses directory. The third step: cart.mdb will be copied to C: under. The fourth step: the preparation of ODBC data sources, add in the DNS system cart.mdb, and named for the cart. And then enter in your browser http://localhost:8080/cart.jsp test, If you see the screen shown in Figure 6-2, it proved a successful installation.
Platform: | Size: 54272 | Author: 董小园 | Hits:

[JSP/Java4

Description: 即时通信工具(JICQ)设计文档(PPT... 本文来源于龙都源码 http://www.Londu.net-Instant communication tools (JICQ) design documents (PPT. .. This article comes from both source Liuzhou http://www.Londu.net
Platform: | Size: 941056 | Author: | Hits:

[WEB CodeHTMLTOJSP

Description: 以静态化的地址来访问动态页面 如: http://localhost:8080/articlelist.jsp?ty_id=1&color=red 可以用 http://localhost:8080/articlelist-1-1red.html 来访问 接受参数时 参数名称遵循 param+整数(>=1) 例如第一个参数名称为 param1 第二个参数名称为 param2 依次类推 【完全自己写的挺简陋的不过有参考价值】-Of a static address to access the dynamic page such as: http://localhost:8080/articlelist.jsp?ty_id=1
Platform: | Size: 5120 | Author: 王晓然 | Hits:

[Other Web Codemyuploader-source-v181

Description: MyUploader 是一款使用 http 协议(RFC 1867)用于上传文件和文件夹到一个网络服务器的简单易用的收费 Java 程序.使用托拽操作,你可以在短时间之内上传数以百计的文件.在上传文件的过程当中提供一个可视化进度条. -MyUploader is a use http protocol (RFC 1867) used to upload files and folders to a web server, easy-to-use Java program fees. The use of occasional drag operation, you can upload in a short time and several hundred of documents. In the process of upload files to provide a visualization of the progress bar.
Platform: | Size: 749568 | Author: likeilike | Hits:

[Streaming Mpeg4HttpBro

Description: j2me http上网连接简单研究,简单讨论上网过程-j2me http Internet connectivity simple research, a brief discussion on the process of Internet
Platform: | Size: 98304 | Author: ff | Hits:

[JSP/Javatest

Description: j2me http连接测试程序。初学者非常有用,可以看看j2me网络程序的结构。-j2me http connection test procedure. Very useful for beginners, you can look at the procedures for j2me network structure.
Platform: | Size: 8192 | Author: 注册和 | Hits:

[Special Effectsspcaview-20071224.tar

Description: 实现了视频图像的web发布, 和spcaview-20071224.tar.gz配合使用 服务器端:servfox-R1_1_3.tar.gz 客户端:spcaview-20071224.tar.gz spcaview-20071224 文件夹里有<http-java-applet>,此是WEB客户端,将此客户端上传到开发 板上的WEB文件夹中,则在浏览器输入 http://192.168.1.186/index-sample.html则可看到摄像 头采集来的图片了。 需要安装 java -Video images to achieve a web publishing, and spcaview-20071224.tar.gz with the use of server-side: servfox-R1_1_3.tar.gz client: spcaview-20071224.tar.gzspcaview-20071224 folder, there are <http-java-applet >, this is the WEB client, client to upload to the development of on-board the WEB folder, then enter in the browser can see http://192.168.1.186/index-sample.html camera acquisition to the picture of. Need to install java
Platform: | Size: 104448 | Author: vincent.huang | Hits:

[JSP/Javaproxy

Description: java HTTP代理多线程监听和处理连接 java HTTP代理多线程监听和处理连接-multi-threaded java HTTP proxy to connect to monitor and deal with multi-threaded java HTTP proxy to connect to monitor and deal with
Platform: | Size: 16384 | Author: lw | Hits:

[Software Engineeringjava

Description: 简单Java程序调试 1.1 实验目的 (1)掌握Java应用程序和Java Applet程序的调试步骤; (2)了解Java程序的基本组成结构; (3)了解字符方式和图形方式下数据的输出方法。 1.2 知识要点 1.2.1 Java编程运行环境的安装 (1)在http://java.sun.com根据自己的操作系统下载安装程序,按安装说明进行安装。 (2)设置环境变量。以WinXP为例,在“我的电脑”上点右键,打开属性→高级→环境变量→系统变量,选中变量path进行编辑,在后面加入“ C:\j2sdk1.4.2\bin”,注意:这里的目录C:\j2sdk1.4.2是你安装Java的目录。 (3)打开命令提示符窗口,输入javac命令按回车,如果出现命令的使用参数说明,则表示设置正确,如果出现非法命令的错误提示,则应该重新设置。 1.2.2 Java程序调试步骤 Java程序的调试分编辑、编译、运行3个步骤,见图1-1 -err
Platform: | Size: 58368 | Author: wangli | Hits:

[JSP/JavaHTTP

Description: java qq talk about with others
Platform: | Size: 35840 | Author: wisedomboy | Hits:

[JSP/JavadownFilePro

Description: 实现java断点续传多线程处理原代码,三种形式下载,-Realize multi-threaded HTTP java deal with the original code, the three forms to download,
Platform: | Size: 1419264 | Author: 叶云飞 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net